home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 130_01.zip / MAKEDEF.H < prev    next >
Text File  |  1993-06-01  |  512b  |  24 lines

  1.  
  2. /*
  3.     These are the definitions for the parameter
  4.     vector which is filled in by the argument()
  5.     function.
  6. */
  7.  
  8. #define MAXVECTOR 32
  9. #define IMMEDIATE 0
  10. #define DRIVE 1
  11. #define DIRECTBOOT 2
  12. #define BOOTADRESS 3
  13. #define PATCH 4
  14. #define PATCHADRESS 5
  15. #define AUTOPATCH 6
  16. #define NOCHECK 7
  17. #define ISBOOT 8
  18. #define TEST 9
  19. #define PATCHBYTE 10
  20. #define MAXPATCH 16
  21.  
  22. #define EOL 0
  23.  
  24.